Space

Tex2RTF attempts to insert spaces where LATEX assumes whitespace. However, for the benefit of RTF conversion, you need to use the \ rtfsp macro where a command or brace within a paragraph begins or ends with a macro. For example:

Within a paragraph, you need to be careful about commands that begin
\rtfsp {\it at the start} of a line.

As normal with LATEX, two newlines represents a paragraph break, although parpar can also be used at the end of a paragraph.

You need to have a blank line between section and some environment commands and the first paragraph or your document will look rather weird, e.g. headings running into paragraphs.

wxHelp is more fussy than LATEX or RTF: you need to use percent characters at line ends liberally to eliminate newlines after commands on single lines.